Class AsaAccessGroupImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.AsaAccessGroupImpl
All Implemented Interfaces:
IPCObject, AsaAccessGroup

public class AsaAccessGroupImpl extends IPCObjectImpl implements AsaAccessGroup
Information provided by the PKI file:

    \class CAsaAccessGroup
    
    \brief CAsaAccessGroup is used in asa to tight access-list with a specific interface in a direction
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getDirection

      public Direction getDirection()
      Information provided by the PKI file:
      
          \brief Return the direction in which the acl is applied on the interface
          
              
      Specified by:
      getDirection in interface AsaAccessGroup
      Returns:
      Direction Returns a Direction
    • getNameIf

      public String getNameIf()
      Information provided by the PKI file:
      
          \brief Return the nameIf of the interface the acl is applied on
          
              
      Specified by:
      getNameIf in interface AsaAccessGroup
      Returns:
      String Returns a String
    • getAclId

      public String getAclId()
      Information provided by the PKI file:
      
          \brief Return the acl id that the access-group is associated with
          
              
      Specified by:
      getAclId in interface AsaAccessGroup
      Returns:
      String Returns a String
    • setDirection

      public void setDirection(Direction direction)
      Information provided by the PKI file:
      
          \brief Set the direction of the acl
          \param direction            eIn =0,
          eOut,
          eGlobal
          
              
      Specified by:
      setDirection in interface AsaAccessGroup
      Parameters:
      direction - Takes in a parameter of direction
    • setNameIf

      public void setNameIf(String nameIf)
      Information provided by the PKI file:
      
          \brief Set the nameIf that the access-list will be applied on
          
              
      Specified by:
      setNameIf in interface AsaAccessGroup
      Parameters:
      nameIf - Takes in a parameter of nameIf
    • setAclId

      public void setAclId(String aclId)
      Information provided by the PKI file:
      
          \brief Set the access-list id to be used to apply on the interface
          
              
      Specified by:
      setAclId in interface AsaAccessGroup
      Parameters:
      aclId - Takes in a parameter of aclId
    • toString

      public String toString()
      Information provided by the PKI file:
      
          \brief Return the string configuration of the access-group
          
              
      Specified by:
      toString in interface AsaAccessGroup
      Overrides:
      toString in class Object
      Returns:
      String Returns a String